Skip to content

fix(build): distinct artifact names for nsis vs portable exe#14

Merged
Exploitacious merged 1 commit into
masterfrom
fix/win-artifact-collision
Jul 20, 2026
Merged

fix(build): distinct artifact names for nsis vs portable exe#14
Exploitacious merged 1 commit into
masterfrom
fix/win-artifact-collision

Conversation

@Exploitacious

Copy link
Copy Markdown
Owner

The v1.0.0 release run: Windows built both targets fine, but nsis and portable share .exe, so both emitted Hatchling-1.0.0-x64.exe — the portable upload overwrote the installer on the draft release, then the duplicate-upload dance timed out and failed the job (Linux/mac published clean). Distinct names: -setup- / -portable-.

CI covers lint/typecheck/test/build; the release path re-verifies via workflow_dispatch after merge.

Both Windows targets emitted Hatchling-<version>-x64.exe — the portable build
overwrote the installer during release publishing and the duplicate upload
broke the workflow. Name them -setup- and -portable- respectively.
@Exploitacious
Exploitacious merged commit 8875ebb into master Jul 20, 2026
1 check passed
@Exploitacious
Exploitacious deleted the fix/win-artifact-collision branch July 20, 2026 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant